body{
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.category-Cslider{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    /* margin-top: 2em; */
}
.category-Cslider_show{
    height: auto;
    float: left;
    overflow: hidden;
}
.category-Cslider_rall{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    transform: translateX(0vw);
}
.category-Cslider_child{
    height: auto;
    margin: 0% 0.5%;
    display: flex;
    /* justify-content: space-between; */
    border-radius: 10px;
    justify-content: center;
    align-items: stretch;
}
.category-Cslider_child .m-category-ele{
    width: 100% !important;
}
.cs-btn{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    direction: ltr;
}
.cs-page{
    padding: 6px;
    border-radius: 100px;
    cursor: pointer;
    margin: 0px 8px;
    background-color: rgb(180, 179, 179);

}
.category-Cslider_btn{
    width: fit-content;
    /* height: 100%; */
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 0.5%;
    position: absolute;
    z-index: 1;
}
.category-Cslider_next,.category-Cslider_back{
    pointer-events: all;
    background: rgb(73 105 173 / 82%);
    color: white;
    border: none;
    width: 47px;
    height: 47px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    position: relative;
    z-index: 11;
}
.category-Cslider_next:hover,.category-Cslider_back:hover{
    background-color: rgb(35 77 168);
}
.next_sec{
    right: 1em;
}
.back_sec{
    left: 1em;
}
.slider-pagination{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 1.5em !important;
    justify-content: center;
    flex-direction: row-reverse;
}
.slider-pagination li{
    width: fit-content;
    float: left;
    display: flex;
    list-style: none;
    margin-right: 0.5em;

}
.slider-pagination li:last-child{
    margin: 0;
}
.slider-pagination button{
    width: 15px;
    height: 15px;
    float: left;
    border: none;
    border:2px solid rgb(148, 64, 190);
    background-color: transparent;
    border-radius: 100px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.category-Cslider_next i,.category-Cslider_back i{
    font-size: 30px;
}
.active-page{
    background-color: rgb(148, 64, 190) !important;
}
.category-slider-bg{
    background-color: rgb(0 64 202 / 5%);
    border-radius: 10px;
}
.category-Cslider_next{
    /* padding-left: 9px; */
}
.category-Cslider_back{
    /* padding-right: 9px; */
}
@media only screen and (max-width:950px){
    .category-Cslider_next i, .category-Cslider_back i {
        font-size: 20px;
    }
    .category-Cslider_next, .category-Cslider_back{
        font-size: 37px;
    }
    .m-category-row{
        padding: 0 3% !important;
    }
}
@media only screen and (max-width:650px){
    .category-Cslider{
        position: relative;
    }
    .category-Cslider_btn {
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .category-Cslider_btn button{
        box-shadow: 0 0 5px 0px #262626;
    }
    .category-Cslider_btn:first-child{
        left: 0;
    }
    .category-Cslider_btn:last-child{
        right: 0;
    }
    .category-Cslider {
        justify-content: center;
    }
}
@media only screen and (max-width:550px){
    .slider-pagination button {
        width: 13px;
        height: 13px;
    }
    .slider-pagination li {
        margin-right: 0.3em;
    }
    .category-Cslider_next, .category-Cslider_back{
        width: 30px;
        height: 30px;
        font-size: 32px;
        border-radius: 5px;
        background-color: rgb(35 77 168);
    }
    .m-category-row{
        /* margin: 0 !important; */
    }
}
 .m-category-row{
        padding: 0 3%;
         /* box-shadow: 0 2px 8px 1px rgb(64 63 63 / 18%); */
    }